Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.platform.smart.query.actions

Contributions

XML Source

<?xml version="1.0"?>

<component name="org.nuxeo.ecm.platform.smart.query.actions">

  <extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">

    <documentation>
      Adds a link to display the global smart search form.
    </documentation>

    <action id="smart_search" link="smart_search_form"
      label="command.smartSearch" order="20">
      <category>SEARCH_ACTIONS</category>
    </action>

  </extension>

</component>